home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / documents / optimization / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.6 KB  |  40 lines

  1.  
  2.               ~4Dgifts/toolbox/documents/optimization README
  3.  
  4.  
  5.  
  6.    Just in case you all need something else to read on how to optimize your
  7.    code, we've created PostScript files of the first three chapters of the
  8.    "Irix Programming Guide," which cover:
  9.  
  10.    IRIXProg.Compiler.ps:  Chapter 1, "Using the Compiler System," 
  11.        describes the components of the IRIS-4D Series compiler system and 
  12.        explains how to use them.
  13.  
  14.    IRIXProg.Perf.ps:  Chapter 3, "Improving Program Performance," 
  15.        explains how to reduce program execution time using profiling and 
  16.        optimization tools.
  17.  
  18.    IRIXProg.Intro.ps:  
  19.        explains what else is in this manual.  Of course, this manual is
  20.        also available online through Insight;  you can print pages from 
  21.        within Insight if you want to.  
  22.  
  23.    IRIXSysProg.DSOs.ps:  Chapter 3, "Dynamic Shared Objects", describes 
  24.        essential DSO topics including their definition, Using DSOs, 
  25.        Taking Advantage of QuickStart, Building DSOs, Runtime Linking, 
  26.        Dynamic Loading Under Program Control, and Versioning of DSOs.
  27.  
  28.    ld.showcase:  showcase slides presented in-house a few months back
  29.        covering Build-time alternatives relating to ld, including using the 
  30.        "-update_registry" and "-no_unresolved" flags, Transitive Links, and
  31.        Delayed Load.
  32.  
  33.    rld.overview:  ascii version of showcase slides presented in-house a few 
  34.        months back providing an overview of Quickstart, Requickstart and 
  35.        tasks performed by RLD, the dynamic linker.
  36.  
  37.  
  38.    As always, comments are very welcome.  Please send all feedback to 
  39.    dave@sgi.com to be routed to the proper authorities.
  40.